home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
patches
/
ami301b.zip
/
AMIIWP.IN$
/
AMIIWP.INI
Wrap
INI File
|
1993-05-18
|
2KB
|
51 lines
// This is the ini file for the Ami Pro IWP filter.
// This file is used during import if the IWP system default file
// "sysdeflt.wps" is not found in either the \wp directory
// or the current directory.
[Defaults]
Cpi=10 // Characters per inch
// A setting of:
// 12 cpi gives 10 point
// 10 cpi gives 12 point
// 15 cpi gives 8 point
Lpi=6 // Lines per inch
DoNotes=no // Do you want notes imported?
// If this is set to "no" then notes are ignored.
// If this is set to "yes" then notes are imported surrounded
// by "!"
LeftMargin=0 // The left margin. This is the number of characters
// you want added to a 1/4 inch left margin. This value is
// affected by the setting for Cpi above.
// For example: to set a 3/4 inch margin in 10 Cpi you would
// set this value to 5. This gives you and additional 1/2
// inch added to the base 1/4 inch margin.
// A setting of 0 will give you only a 1/4 inch margin.
PageLength=66 // Page length in lines. This value is affected by the setting
// for Lpi above.
FooterLine=60 // Line that footer begins on (depends on Lpi)
Justify=no // Do you want text justified?
// The following two settings are used to create a style for importing
// The style name is "IWP Style".
Font=Courier // Font name. Must be the exact case that Windows expects.
// For example, "courier" and "COURIER" are not acceptable,
// while "Courier" is correct.
FontStyle=32768 // This is the style of the font. This is used to allow
// Windows to select a similar font if the name listed above
// is not available on your system.
// To set this number do the following:
// Start with 0.
// If your font has serifs, add 32768.
// If your font is proportionally spaced, then add 16384.
// So if your font is both proportional and has serifs then
// this number should be 49152 (32768+16384).